{% extends "global/Page.html" %} {% load otree static %} {% block title %} Questionnaire - Part 2 {% endblock %} {% block content %}

Please answer the following questions.

In Stage 1, you indicated a desire to {% if player.participant.vars.Election == 'leader' %} nominate yourself to take {% else %} NOT nominate yourself to take {% endif %} the leader position.

{% formfield player.surveyLeaderReason %}

We would like to know what considerations you had when you were deciding whether to take the leader position.

{% formfield player.surveyBeliefOtherLdr %}
{% next_button %} {% endblock %}